-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/terraform docs #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… checking if delimeters are added and are placed correct.
chore: change runners to selfhosted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome!
What happens when a commit is pushed? A new PR workflow is scheduled and ran?
Yes. When branch is updated so everything runs again. Tests are done and we make sure that they are green. If everything is OK there, then we run terraform docs again and see if there are any changes to README.md that need to be pushed. |
feat: terraform doc gen action based on terraform docs, with pinned hard version. Action does following steps:
Action runs on Github own runner so we don't need run 3rd part pinned version on own hosted runners ( Kind of security measure )